home *** CD-ROM | disk | FTP | other *** search
- GetLName(h : Handle) : STRING;
-
- Returns the name of the layer that is connected to h.
-
- GetLVis(LayerHandle : HANDLE) : INTEGER;
-
- Returns the visability of the layer that is connected to LayerHandle.
- 0 = Normal, 1 = Grayed, 2 = Invisable
-
- NumObj(h : Handle) : INTEGER;
-
- Returns the number of objects on the layer that is connected to h.
-
- NumSObjs(h : Handle) : INTEGER;
-
- Returns the number of selected objects on the layer that is connected to h.
-
- GetLScale(h : Handle) : REAL;
-
- Returns the scale of the layer that is connected to h.
-
-